Compare Pastes
Differences between the pastes
#128509 (24.10.2019 11:41)
and
#143947 (03.09.2020 01:37).
| 1 | cat bin/update.sh | |
| 1 | ||
| 2 | #!/bin/bash | |
| 3 | eix-sync | |
| 4 | emerge -avuND --keep-going @world | |
| 5 | emerge -c | |
| 6 | emerge @preserved-rebuild | |
| 7 | ||
| 8 | ||
| 9 | ----------------------------------------------------------------------------------------------- | |
| 10 | ||
| 11 | ||
| 12 | sudo bin/update.sh | |
| 13 | Пароль: | |
| 14 | * Выполняются !-хуки | |
| 15 | * Запуск /usr/sbin/cl-core --method update --sync-only --skip-eix-update | |
| 16 | Синхронизация репозиториев | |
| 17 | * Проверка текущего сервера обновлений ... [ ok ] | |
| 18 | * Проверка обновлений Distros ... [ ok ] | |
| 19 | * Проверка обновлений Calculate ... [ ok ] | |
| 20 | * Проверка обновлений Gentoo ... [ ok ] | |
| 21 | * Обновление индекса пакетов ... [ ok ] | |
| 22 | * Проверка подписи индекса пакетов ... [ ok ] | |
| 23 | * Синхронизация репозитория Sabayon ... [ ok ] | |
| 24 | * Обновление кэша репозитория Distros ... [ ok ] | |
| 25 | * Обновление кэша репозитория Calculate ... [ ok ] | |
| 26 | * Обновление кэша репозитория Sabayon ... | |
| 27 | * * ERROR: app-admin/calamares-3.2.2::sabayon failed (depend phase): | |
| 28 | * * EAPI=6 is not supported | |
| 29 | * * | |
| 30 | * * ERROR: app-admin/calamares-3.2.3::sabayon failed (depend phase): | |
| 31 | * * Call stack: | |
| 32 | * * EAPI=6 is not supported | |
| 33 | * * | |
| 34 | * * Call stack: | |
| 35 | * * ebuild.sh, line 616: Called source '/var/lib/layman/sabayon/app-admin/calamares/calamares-3.2.2.ebuild' | |
| 36 | * * ebuild.sh, line 616: Called source '/var/lib/layman/sabayon/app-admin/calamares/calamares-3.2.3.ebuild' | |
| 37 | * * calamares-3.2.3.ebuild, line 7: Called inherit 'kde5' 'python-r1' | |
| 38 | * * calamares-3.2.2.ebuild, line 7: Called inherit 'kde5' 'python-r1' | |
| 39 | * * ebuild.sh, line 317: Called __qa_source '/usr/portage/eclass/kde5.eclass' | |
| 40 | * * ebuild.sh, line 317: Called __qa_source '/usr/portage/eclass/kde5.eclass' | |
| 41 | * * ebuild.sh, line 112: Called source '/usr/portage/eclass/kde5.eclass' | |
| 42 | * * ebuild.sh, line 112: Called source '/usr/portage/eclass/kde5.eclass' | |
| 43 | * * kde5.eclass, line 35: Called inherit 'cmake-utils' 'flag-o-matic' 'kde5-functions' 'virtualx' 'xdg' | |
| 44 | * * kde5.eclass, line 35: Called inherit 'cmake-utils' 'flag-o-matic' 'kde5-functions' 'virtualx' 'xdg' | |
| 45 | * * ebuild.sh, line 317: Called __qa_source '/usr/portage/eclass/kde5-functions.eclass' | |
| 46 | * * ebuild.sh, line 317: Called __qa_source '/usr/portage/eclass/kde5-functions.eclass' | |
| 47 | * * ebuild.sh, line 112: Called source '/usr/portage/eclass/kde5-functions.eclass' | |
| 48 | * * ebuild.sh, line 112: Called source '/usr/portage/eclass/kde5-functions.eclass' | |
| 49 | * * kde5-functions.eclass, line 22: Called die | |
| 50 | * * The specific snippet of code: | |
| 51 | * * kde5-functions.eclass, line 22: Called die | |
| 52 | * * The specific snippet of code: | |
| 53 | * * *) die "EAPI=${EAPI:-0} is not supported" ;;
| |
| 54 | * * | |
| 55 | * * *) die "EAPI=${EAPI:-0} is not supported" ;;
| |
| 56 | * * If you need support, post the output of `emerge --info '=app-admin/calamares-3.2.2::sabayon'`, | |
| 57 | * * | |
| 58 | * * the complete build log and the output of `emerge -pqv '=app-admin/calamares-3.2.2::sabayon'`. | |
| 59 | * * If you need support, post the output of `emerge --info '=app-admin/calamares-3.2.3::sabayon'`, | |
| 60 | * * the complete build log and the output of `emerge -pqv '=app-admin/calamares-3.2.3::sabayon'`. | |
| 61 | * * Working directory: '/usr/lib64/python3.6/site-packages' | |
| 62 | * * S: '/var/calculate/tmp/portage/app-admin/calamares-3.2.2/work/calamares-3.2.2' | |
| 63 | * * Working directory: '/usr/lib64/python3.6/site-packages' | |
| 64 | * * S: '/var/calculate/tmp/portage/app-admin/calamares-3.2.3/work/calamares-3.2.3' | |
| 65 | * Error processing app-admin/calamares-3.2.2, continuing... | |
| 66 | * Error processing app-admin/calamares-3.2.3, continuing... | |
| 67 | * * ERROR: app-admin/calamares-3.2.13::sabayon failed (depend phase): | |
| 68 | * * EAPI=6 is not supported | |
| 69 | * * | |
| 70 | * * Call stack: | |
| 71 | * * ebuild.sh, line 616: Called source '/var/lib/layman/sabayon/app-admin/calamares/calamares-3.2.13.ebuild' | |
| 72 | * * ERROR: app-admin/calamares-3.2.4::sabayon failed (depend phase): | |
| 73 | * * EAPI=6 is not supported | |
| 74 | * * | |
| 75 | * * calamares-3.2.13.ebuild, line 7: Called inherit 'kde5' 'python-r1' | |
| 76 | * * Call stack: | |
| 77 | * * ebuild.sh, line 616: Called source '/var/lib/layman/sabayon/app-admin/calamares/calamares-3.2.4.ebuild' | |
| 78 | * * ebuild.sh, line 317: Called __qa_source '/usr/portage/eclass/kde5.eclass' | |
| 79 | * * ebuild.sh, line 112: Called source '/usr/portage/eclass/kde5.eclass' | |
| 80 | * * calamares-3.2.4.ebuild, line 7: Called inherit 'kde5' 'python-r1' | |
| 81 | * * kde5.eclass, line 35: Called inherit 'cmake-utils' 'flag-o-matic' 'kde5-functions' 'virtualx' 'xdg' | |
| 82 | * * ebuild.sh, line 317: Called __qa_source '/usr/portage/eclass/kde5.eclass' | |
| 83 | * * ebuild.sh, line 317: Called __qa_source '/usr/portage/eclass/kde5-functions.eclass' | |
| 84 | * * ebuild.sh, line 112: Called source '/usr/portage/eclass/kde5.eclass' | |
| 85 | * * ebuild.sh, line 112: Called source '/usr/portage/eclass/kde5-functions.eclass' | |
| 86 | * * kde5-functions.eclass, line 22: Called die | |
| 87 | * * kde5.eclass, line 35: Called inherit 'cmake-utils' 'flag-o-matic' 'kde5-functions' 'virtualx' 'xdg' | |
| 88 | * * The specific snippet of code: | |
| 89 | * * *) die "EAPI=${EAPI:-0} is not supported" ;;
| |
| 90 | * * ebuild.sh, line 317: Called __qa_source '/usr/portage/eclass/kde5-functions.eclass' | |
| 91 | * * | |
| 92 | * * If you need support, post the output of `emerge --info '=app-admin/calamares-3.2.13::sabayon'`, | |
| 93 | * * the complete build log and the output of `emerge -pqv '=app-admin/calamares-3.2.13::sabayon'`. | |
| 94 | * * Working directory: '/usr/lib64/python3.6/site-packages' | |
| 95 | * * S: '/var/calculate/tmp/portage/app-admin/calamares-3.2.13/work/calamares-3.2.13' | |
| 96 | * * ebuild.sh, line 112: Called source '/usr/portage/eclass/kde5-functions.eclass' | |
| 97 | * Error processing app-admin/calamares-3.2.13, continuing... | |
| 98 | * * kde5-functions.eclass, line 22: Called die | |
| 99 | * * The specific snippet of code: | |
| 100 | * * *) die "EAPI=${EAPI:-0} is not supported" ;;
| |
| 101 | * * | |
| 102 | * * If you need support, post the output of `emerge --info '=app-admin/calamares-3.2.4::sabayon'`, | |
| 103 | * * the complete build log and the output of `emerge -pqv '=app-admin/calamares-3.2.4::sabayon'`. | |
| 104 | * * Working directory: '/usr/lib64/python3.6/site-packages' | |
| 105 | * * S: '/var/calculate/tmp/portage/app-admin/calamares-3.2.4/work/calamares-3.2.4' | |
| 106 | * Error processing app-admin/calamares-3.2.4, continuing... | |
| 107 | * * ERROR: app-admin/calamares-3.2.14::sabayon failed (depend phase): | |
| 108 | * * EAPI=6 is not supported | |
| 109 | * * | |
| 110 | * * Call stack: | |
| 111 | * * ebuild.sh, line 616: Called source '/var/lib/layman/sabayon/app-admin/calamares/calamares-3.2.14.ebuild' | |
| 112 | * * calamares-3.2.14.ebuild, line 7: Called inherit 'kde5' 'python-r1' | |
| 113 | * * ebuild.sh, line 317: Called __qa_source '/usr/portage/eclass/kde5.eclass' | |
| 114 | * * ebuild.sh, line 112: Called source '/usr/portage/eclass/kde5.eclass' | |
| 115 | * * kde5.eclass, line 35: Called inherit 'cmake-utils' 'flag-o-matic' 'kde5-functions' 'virtualx' 'xdg' | |
| 116 | * * ebuild.sh, line 317: Called __qa_source '/usr/portage/eclass/kde5-functions.eclass' | |
| 117 | * * ebuild.sh, line 112: Called source '/usr/portage/eclass/kde5-functions.eclass' | |
| 118 | * * kde5-functions.eclass, line 22: Called die | |
| 119 | * * The specific snippet of code: | |
| 120 | * * *) die "EAPI=${EAPI:-0} is not supported" ;;
| |
| 121 | * * | |
| 122 | * * If you need support, post the output of `emerge --info '=app-admin/calamares-3.2.14::sabayon'`, | |
| 123 | * * the complete build log and the output of `emerge -pqv '=app-admin/calamares-3.2.14::sabayon'`. | |
| 124 | * * Working directory: '/usr/lib64/python3.6/site-packages' | |
| 125 | * * S: '/var/calculate/tmp/portage/app-admin/calamares-3.2.14/work/calamares-3.2.14' | |
| 126 | * Error processing app-admin/calamares-3.2.14, continuing... | |
| 127 | * * ERROR: net-misc/nm-tray-0.4.2::sabayon failed (depend phase): | |
| 128 | * * EAPI=6 is not supported | |
| 129 | * * | |
| 130 | * * Call stack: | |
| 131 | * * ebuild.sh, line 616: Called source '/var/lib/layman/sabayon/net-misc/nm-tray/nm-tray-0.4.2.ebuild' | |
| 132 | * * nm-tray-0.4.2.ebuild, line 6: Called inherit 'kde5' | |
| 133 | * * ebuild.sh, line 317: Called __qa_source '/usr/portage/eclass/kde5.eclass' | |
| 134 | * * ebuild.sh, line 112: Called source '/usr/portage/eclass/kde5.eclass' | |
| 135 | * * kde5.eclass, line 35: Called inherit 'cmake-utils' 'flag-o-matic' 'kde5-functions' 'virtualx' 'xdg' | |
| 136 | * * ebuild.sh, line 317: Called __qa_source '/usr/portage/eclass/kde5-functions.eclass' | |
| 137 | * * ERROR: net-misc/nm-tray-0.4.3::sabayon failed (depend phase): | |
| 138 | * * ebuild.sh, line 112: Called source '/usr/portage/eclass/kde5-functions.eclass' | |
| 139 | * * EAPI=6 is not supported | |
| 140 | * * | |
| 141 | * * Call stack: | |
| 142 | * * kde5-functions.eclass, line 22: Called die | |
| 143 | * * The specific snippet of code: | |
| 144 | * * ebuild.sh, line 616: Called source '/var/lib/layman/sabayon/net-misc/nm-tray/nm-tray-0.4.3.ebuild' | |
| 145 | * * *) die "EAPI=${EAPI:-0} is not supported" ;;
| |
| 146 | * * | |
| 147 | * * If you need support, post the output of `emerge --info '=net-misc/nm-tray-0.4.2::sabayon'`, | |
| 148 | * * nm-tray-0.4.3.ebuild, line 6: Called inherit 'kde5' | |
| 149 | * * the complete build log and the output of `emerge -pqv '=net-misc/nm-tray-0.4.2::sabayon'`. | |
| 150 | * * Working directory: '/usr/lib64/python3.6/site-packages' | |
| 151 | * * S: '/var/calculate/tmp/portage/net-misc/nm-tray-0.4.2/work/nm-tray-0.4.2' | |
| 152 | * * ebuild.sh, line 317: Called __qa_source '/usr/portage/eclass/kde5.eclass' | |
| 153 | * Error processing net-misc/nm-tray-0.4.2, continuing... | |
| 154 | * * ebuild.sh, line 112: Called source '/usr/portage/eclass/kde5.eclass' | |
| 155 | * * kde5.eclass, line 35: Called inherit 'cmake-utils' 'flag-o-matic' 'kde5-functions' 'virtualx' 'xdg' | |
| 156 | * * ebuild.sh, line 317: Called __qa_source '/usr/portage/eclass/kde5-functions.eclass' | |
| 157 | * * ebuild.sh, line 112: Called source '/usr/portage/eclass/kde5-functions.eclass' | |
| 158 | * * kde5-functions.eclass, line 22: Called die | |
| 159 | * * The specific snippet of code: | |
| 160 | * * *) die "EAPI=${EAPI:-0} is not supported" ;;
| |
| 161 | * * | |
| 162 | * * If you need support, post the output of `emerge --info '=net-misc/nm-tray-0.4.3::sabayon'`, | |
| 163 | * * the complete build log and the output of `emerge -pqv '=net-misc/nm-tray-0.4.3::sabayon'`. | |
| 164 | * * Working directory: '/usr/lib64/python3.6/site-packages' | |
| 165 | * * S: '/var/calculate/tmp/portage/net-misc/nm-tray-0.4.3/work/nm-tray-0.4.3' | |
| 166 | * Error processing net-misc/nm-tray-0.4.3, continuing... | |
| 167 | * * ERROR: sys-libs/kpmcore-3.80.0::sabayon failed (depend phase): | |
| 168 | * * EAPI=6 is not supported | |
| 169 | * * | |
| 170 | * * Call stack: | |
| 171 | * * ERROR: sys-block/partitionmanager-3.80.0::sabayon failed (depend phase): | |
| 172 | * * EAPI=6 is not supported | |
| 173 | * * ebuild.sh, line 616: Called source '/var/lib/layman/sabayon/sys-libs/kpmcore/kpmcore-3.80.0.ebuild' | |
| 174 | * * | |
| 175 | * * Call stack: | |
| 176 | * * kpmcore-3.80.0.ebuild, line 6: Called inherit 'kde5' | |
| 177 | * * ebuild.sh, line 616: Called source '/var/lib/layman/sabayon/sys-block/partitionmanager/partitionmanager-3.80.0.ebuild' | |
| 178 | * * ebuild.sh, line 317: Called __qa_source '/usr/portage/eclass/kde5.eclass' | |
| 179 | * * partitionmanager-3.80.0.ebuild, line 7: Called inherit 'kde5' | |
| 180 | * * ebuild.sh, line 112: Called source '/usr/portage/eclass/kde5.eclass' | |
| 181 | * * ebuild.sh, line 317: Called __qa_source '/usr/portage/eclass/kde5.eclass' | |
| 182 | * * kde5.eclass, line 35: Called inherit 'cmake-utils' 'flag-o-matic' 'kde5-functions' 'virtualx' 'xdg' | |
| 183 | * * ebuild.sh, line 112: Called source '/usr/portage/eclass/kde5.eclass' | |
| 184 | * * ebuild.sh, line 317: Called __qa_source '/usr/portage/eclass/kde5-functions.eclass' | |
| 185 | * * kde5.eclass, line 35: Called inherit 'cmake-utils' 'flag-o-matic' 'kde5-functions' 'virtualx' 'xdg' | |
| 186 | * * ebuild.sh, line 112: Called source '/usr/portage/eclass/kde5-functions.eclass' | |
| 187 | * * ebuild.sh, line 317: Called __qa_source '/usr/portage/eclass/kde5-functions.eclass' | |
| 188 | * * kde5-functions.eclass, line 22: Called die | |
| 189 | * * The specific snippet of code: | |
| 190 | * * ebuild.sh, line 112: Called source '/usr/portage/eclass/kde5-functions.eclass' | |
| 191 | * * kde5-functions.eclass, line 22: Called die | |
| 192 | * * *) die "EAPI=${EAPI:-0} is not supported" ;;
| |
| 193 | * * The specific snippet of code: | |
| 194 | * * | |
| 195 | * * If you need support, post the output of `emerge --info '=sys-libs/kpmcore-3.80.0::sabayon'`, | |
| 196 | * * *) die "EAPI=${EAPI:-0} is not supported" ;;
| |
| 197 | * * the complete build log and the output of `emerge -pqv '=sys-libs/kpmcore-3.80.0::sabayon'`. | |
| 198 | * * | |
| 199 | * * Working directory: '/usr/lib64/python3.6/site-packages' | |
| 200 | * * If you need support, post the output of `emerge --info '=sys-block/partitionmanager-3.80.0::sabayon'`, | |
| 201 | * * the complete build log and the output of `emerge -pqv '=sys-block/partitionmanager-3.80.0::sabayon'`. | |
| 202 | * * S: '/var/calculate/tmp/portage/sys-libs/kpmcore-3.80.0/work/kpmcore-3.80.0' | |
| 203 | * * Working directory: '/usr/lib64/python3.6/site-packages' | |
| 204 | * * S: '/var/calculate/tmp/portage/sys-block/partitionmanager-3.80.0/work/partitionmanager-3.80.0' | |
| 205 | * Error processing sys-libs/kpmcore-3.80.0, continuing... | |
| 206 | * Error processing sys-block/partitionmanager-3.80.0, continuing... | |
| 207 | * | |
| 208 | * Не удалось обновить кэш sabayon репозитория | |
| 209 | * Обновление кэша настраиваемых пакетов ... [ ok ] | |
| 210 | * Удаление устаревших архивов и бинарных пакетов ... [ ok ] | |
| 211 | * Синхронизация завершена | |
| 212 | Конфигурация системы | |
| 213 | * Сервер обновлений https://mirror.yandex.ru/calculate | |
| 214 | * Исправление настроек ... [ ok ] | |
| 215 | * Обновление конфигурационных файлов ... [ ok ] | |
| 216 | * Обновление системы завершено! | |
| 217 | * Копирую старую базу данных в /var/cache/eix/previous.eix | |
| 218 | * Запуск eix-update | |
| 219 | Чтение настроек Portage… | |
| 220 | Построение базы данных (/var/cache/eix/portage.eix)… | |
| 221 | [0] «gentoo» /usr/portage/ (кэш: metadata-md5-or-flat) | |
| 222 | Чтение категории 168|168 (100) Готово | |
| 223 | [1] «calculate» /var/lib/layman/calculate (кэш: parse|ebuild*#metadata-md5#metadata-flat#assign) | |
| 224 | Чтение категории 168|168 (100) Готово | |
| 225 | [2] «distros» /var/lib/layman/distros (кэш: parse|ebuild*#metadata-md5#metadata-flat#assign) | |
| 226 | Чтение категории 168|168 (100) ПУСТО! | |
| 227 | [3] «sabayon» /var/lib/layman/sabayon (кэш: parse|ebuild*#metadata-md5#metadata-flat#assign) | |
| 228 | Чтение категории 168|168 (100) Готово | |
| 229 | Применение масок… | |
| 230 | Расчёт хеш-таблиц… | |
| 231 | Запись файла базы данных /var/cache/eix/portage.eix… | |
| 232 | База данных содержит 19633 пакетов в 168 категориях | |
| 233 | * Вызов eix-diff | |
| 234 | * Статистика времени: | |
| 235 | 56 секунд для синхронизация | |
| 236 | 21 секунд для eix-update | |
| 237 | 3 секунд для eix-diff | |
| 238 | 81 секунд всего | |
| 239 | ||
| 240 | Local copy of remote index is up-to-date and will be used. | |
| 241 | ||
| 242 | These are the packages that would be merged, in order: | |
| 243 | ||
| 244 | Calculating dependencies... done! | |
| 245 | ||
| 246 | Total: 0 packages, Size of downloads: 0 KiB | |
| 247 | ||
| 248 | Nothing to merge; quitting. | |
| 249 | ||
| 250 | ||
| 251 | * Always study the list of packages to be cleaned for any obvious | |
| 252 | * mistakes. Packages that are part of the world set will always | |
| 253 | * be kept. They can be manually added to this set with | |
| 254 | * `emerge --noreplace | |
| 255 | * package.provided (see portage(5)) will be removed by | |
| 256 | * depclean, even if they are part of the world set. | |
| 257 | * | |
| 258 | * As a safety measure, depclean will not remove any packages | |
| 259 | * unless *all* required dependencies have been resolved. As a | |
| 260 | * consequence of this, it often becomes necessary to run | |
| 261 | * `emerge --update --newuse --deep @world` prior to depclean. | |
| 262 | ||
| 263 | Calculating dependencies... done! | |
| 264 | >>> No packages selected for removal by depclean | |
| 265 | >>> To see reverse dependencies, use --verbose | |
| 266 | Packages installed: 1511 | |
| 267 | Packages in world: 262 | |
| 268 | Packages in system: 43 | |
| 269 | Required packages: 1511 | |
| 270 | Number removed: 0 | |
| 271 | ||
| 272 | Local copy of remote index is up-to-date and will be used. | |
| 273 | Calculating dependencies... done! | |
| 274 | >>> Jobs: 0 of 0 complete Load avg: 2.79, 1.90, 1.45 | |
| 275 | >>> Auto-cleaning packages... | |
| 276 |
